home *** CD-ROM | disk | FTP | other *** search
- fsm StockKingOfTheHill : integer;
-
- const
- #include_ <content\ABLScripts\mwconst.abi>
-
- type
- #include_ <content\ABLScripts\mwtype.abi>
-
- var
- static ObjectID hill_drop_zone;
- static integer hill_radius;
-
- function init;
- code
- hill_drop_zone = edr_hill;
- hill_radius = 100;
-
- SetupScoring_KOTH(hill_drop_zone,hill_radius);
-
- TeamSetNav(0,ena_The_Hill);
-
- endfunction;
-
- state startState;
- code
- revealnavpoint(ena_The_Hill);
- revealnavpoint(ena_Nav_Center);
-
- endstate;
-
-
- state deadState;
- code
-
- endstate;
-
- endfsm.
-
-